home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1086.lha / Programs / QuickFile / History.doc < prev    next >
Text File  |  1995-03-09  |  9KB  |  262 lines

  1.    3.10  05 March 1995
  2.  
  3.    - Fixed to display whole view if a field is moved so that view now fits
  4.      in the window.
  5.    - Index sometimes not correctly updated when you changed an index
  6.      field.
  7.  
  8.    3.09  18 February 1995
  9.  
  10.    - Added Cycle, Image and External field types.
  11.    - Rehashed field resizing code
  12.    - Removed bug that was chopping last character off print lines.
  13.    - Changed string gadget border to more standard imagery.
  14.    - Fixed nasty bugs in Report Groups
  15.      . Deleting the first group and adding another immediately would
  16.        crash the machine
  17.      . Would not allow you to change a Report group to another type. If
  18.        you deleted it then added the new one you were caught by the
  19.        previous bug - Catch 22.
  20.    - Cancelling out of the report requester after adding or deleting the
  21.      first report group was causing a crash.
  22.    - Fixed Lock error in SaveAs/Reorg - broke it with XFH fix in 3.08.
  23.  
  24.    3.08  04 February 1995
  25.  
  26.    - Replace call to ExamineFH with Examine so QuickFile can work with XFH.
  27.      Thanks to Peter Bagnato for reporting this one.
  28.  
  29.    - Field resizing by dragging on the form display.
  30.  
  31.    - Refuse to accept : or / in index name as this is used in the index
  32.      file name.
  33.  
  34.    3.07  19 January 1995
  35.  
  36.    - Keep highlighted line in sideways scroll of list display.
  37.    - Use highlighted record as current record in insert (for copy).
  38.    - Reintroduce name of registered user in about requester.
  39.    - Disable summary checkboxes (Tot, Cnt, Avg) if no field selected.
  40.  
  41.    3.06  16 January 1995
  42.  
  43.    - Fixed bug causing a crash of rebuild index with old format file def.
  44.    - Cleaned up code for dragging fields in form view.
  45.  
  46.    3.5    08 January 1995
  47.  
  48.    - Fixed bug in export requester. Cycle gadgets should only be enabled
  49.      for CUSTOM format. Could cause a crash.
  50.    - TAB now activates first string gadget, ESC exits from string gadget.
  51.    - Fixed bug in field requester. Any non ASCII key would be treated as
  52.      help key. Used to work - looks like a line of code went missing.
  53.    - Stopped crashes when tiny windows were used. Added iconify function.
  54.    - Show wait pointer at appropriate times.
  55.    - Some code optimisations.
  56.    - Stop errors if help key pressed and no amigaguide docs present
  57.  
  58.    3.4     28 November 1994
  59.  
  60.    - Parse expressions after all fields loaded to prevent invalid field
  61.      requester if referenced field is defined after calc field.
  62.    - Fix to always use correct colours for print to screen
  63.  
  64.    3.3     20 November 1994
  65.  
  66.    - Default number of decimals were displayed but not accepted unless
  67.      RETURN was pressed.
  68.    - Title bar info not displayed for first file opened
  69.    - Use path from current window as a default when opening a new file
  70.  
  71.    3.2     27 October 1994
  72.  
  73.    - Set min window size for definition to prevent crash
  74.    - Losing drawer name after loading old style view definition
  75.    - Loading a new view was updating title in wrong window
  76.    - Tightened up date validation. Was allowing months > 13.
  77.    - Some code optimisation
  78.  
  79.    3.1     23 October 1994
  80.  
  81.    - Combined definition code with main program.
  82.    - Fixed many bugs introduced with version 3.0
  83.      . Crashes trying to display error message for long file name
  84.      . Crashes selecting format in import/export requester
  85.      . Long string in search trashing other auto variables
  86.      . Excessive alloc/freeing of formula string and tree in definition
  87.      . Several memory leaks
  88.  
  89.    3.00b September 1994
  90.  
  91.     Major Upgrade (beta)
  92.  
  93.    - Calculated fields.
  94.    - Extended field attributes to include:
  95.     Mandatory
  96.     Left/right justification
  97.     Number of decimals
  98.    - Indexes can allow or prevent duplicates
  99.    - Multiple open files in separate windows
  100.    - Requesters are now moveable windows
  101.    - Control via keyboard as well as mouse
  102.    - Context sensitive AmigaGuide help
  103.    - Grouping and summaries (total, count and average) in reports.
  104.    - Reports can be directed to screen or printer
  105.    - Prompt on exit if a view is changed but not saved.
  106.    - Improved error detection and reporting
  107.    - Faster sort. Now uses QuickSort. Stack doesn't seem to be a problem.
  108.  
  109.    2.02.05  26 June 1994
  110.  
  111.    - Handle empty selection when updating a field that is part of an index
  112.  
  113.    2.02.04  23 March 1994
  114.  
  115.    - Put up requester if view being loaded references fields that are not
  116.      in the file definition.
  117.    - Fix cursor positioning for incorrect fields when OK is pressed in
  118.      Modify or Insert. Cursor now always go to the field in error.
  119.    - Prevent duplicate field names being defined.
  120.    - Fix QFDefine so it displays a message if it can't find the file passed
  121.      as a parameter.
  122.    - Provide defaults for a new file in QFDefine.
  123.    - Improved sorting where many records are equal. It was extremely slow.
  124.  
  125.    2.02.03  26 January 1994
  126.  
  127.    - Enlarged size of default window
  128.    - Added "Reset Form" menu item
  129.  
  130.    2.02.02  26 December 1993
  131.  
  132.    - Used ChangeWindowBox to size screen for a new view. (I bought a v37
  133.      ROM manual).
  134.    - Corrected initialisation of path for ASL requester
  135.    - Include /AUTO on console window specification. It will now only
  136.      open if it is written to.
  137.  
  138.    2.02.01  18 December 1993
  139.  
  140.    - Added preset formats to export.
  141.    - Allow specification of each control code used for import/export.
  142.    - Removed bug in list report that sometimes suppressed field names
  143.  
  144.    2.01.03  26 November 1993
  145.  
  146.    - Replaced Backup/Restore with Save As and Reorganise
  147.    - Empty date field left old value on form display
  148.  
  149.    2.01.02  18 November 1993
  150.  
  151.    - Cleaned up Search panels
  152.    - Open new window if new view requires a different window size
  153.    - GoTo fixed to work with dates and number fields
  154.    - Fixed some problems with report formatting
  155.  
  156.    2.01.01  10 November 1993
  157.  
  158.    Major upgrade including many significant new features including:
  159.  
  160.    - Support for multiple views that can be saved and loaded as
  161.      required. Includes window size.
  162.  
  163.    - Form view can be tailored by dragging fields around.
  164.  
  165.    - Multi column label printing now properly supported.
  166.  
  167.    - Search facility vastly improved by adding    equal, between, not_like
  168.      sounds_like. Now allows multiple search conditions with and/or.
  169.  
  170.    - Descending sequence added to sort.
  171.  
  172.  
  173.    1.3.5   22 September 1993
  174.  
  175.    1.  Bug Fix. Various problems when sorting a file with a sort table
  176.        exceeding 32767 bytes (over 4000 records).
  177.  
  178.    2.  Prevented rebuild of temporary indexes used for sort and selection
  179.  
  180.    1.3.4   9 September 1993
  181.  
  182.    1.  Bug fix. Crashing machine on export of part of field. Trying to fit
  183.        full field length into shorter area.
  184.  
  185.    1.3.3   1 September 1993
  186.  
  187.    1.  Fixed problem in list display that was trashing memory if a
  188.        database had a small record size.
  189.    2.  Definition was allowing block size to be changed if you increased
  190.        the record size past the maximum for the block.
  191.    3.  Positioning now maintained correctly in list display when you
  192.        change indexes.
  193.  
  194.    1.3.2  28 August 1993 (not released)
  195.  
  196.    1.  Added List button to form screen
  197.    2.  Added Insert, Modify and Delete buttons to list screen.
  198.    3.  Fixed problem where searching a previous selection would search
  199.        the entire data base
  200.    4.  Removed spurious message being displayed when a missing index
  201.        is created.
  202.  
  203.    1.3.1  4 August 1993 (Bug Fixes)
  204.  
  205.    1.  Index search used length of first index for all indexes -> ka-boom.
  206.    2.  Deleted field names were blanked but kept in the definition.
  207.  
  208.  
  209.    1.3.0  23 July 1993 (not released)
  210.  
  211.    1.  Character, date, number and integer data types.
  212.  
  213.    2.  Up to 255 fields per record
  214.  
  215.    3.  Vertical slider gadget added for scrolling through records
  216.  
  217.    4.  Horizontal slider gadget added for scrolling through fields on one
  218.        record. (Both form and list screens).
  219.  
  220.    5.  File definition is now in a separate program
  221.  
  222.    6.  Import/Export of ASCII files
  223.  
  224.    7.  Removed problem that caused a crash when adding more than 12 fields.
  225.  
  226.  
  227.    1.2.2 (not released)
  228.  
  229.      1     Bug fix. Sort index not updated for a delete if records
  230.      had been selected but selection did not contain the record.
  231.      Error message incorrectly being displayed for the selection.
  232.  
  233.  
  234.    1.2.1  16 Feb 93
  235.  
  236.      1     Included list style reports
  237.  
  238.      2     Included ASL and ARP file requesters
  239.  
  240.      3     New print requester to improve control of reports
  241.  
  242.      4     The index field size is now updated correctly when you change the
  243.      length of an existing field used as an index.
  244.  
  245.      5     Index record memory dynamically reallocated if necessary.
  246.  
  247.      6     If you add an index to an existing file, the index will be
  248.      rebuilt automatically when you open the file again.
  249.  
  250.      7     You are now warned if you attempt a backup while displaying
  251.      selected records. Only the selected records will be written to the
  252.      backup file.
  253.  
  254.      8     You can now open a file where the drawer contains only a drive or
  255.      disk name with no directory. eg df0:
  256.  
  257.    1.0.0  24 Nov 92
  258.  
  259.        Initial Release
  260.  
  261.  
  262.